Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/190 - Resume Builder/

app.js /cody/swapnilsparsh/30DaysOfJavaScript/190 - Resume Builder/app.js
241 Views
0 Comments

const inputfields = document.querySelector("#getData");
const resume = document.getElementById("resume");
let inputshow = true;
index.html /cody/swapnilsparsh/30DaysOfJavaScript/190 - Resume Builder/index.html
395 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
style.css /cody/swapnilsparsh/30DaysOfJavaScript/190 - Resume Builder/style.css
161 Views
0 Comments
#getData {
align-items: center;
text-align: center;
}

#getData input {
width: 600px;
font-size: large;